home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / dev / basic / bc.lha / bc / bc.config < prev    next >
Text File  |  1995-06-12  |  2KB  |  82 lines

  1. #
  2. # bc configuration file
  3. #
  4. # Copyright © 1995 Enchanted Blade Associates
  5. # See documentation for distribution information
  6. #
  7. # The following settings duplicate the default values.
  8. # Missing items in a config file (or a missing config file),
  9. # or with a zero value, will be replaced with these values.
  10. #
  11. # Each line is of the format:
  12. #
  13. # ITEM=VALUE
  14. #
  15. # Where ITEM is the configuration item to change, and VALUE is
  16. # the new value to give it.
  17. # Notes: · Lines whose first non-space is `#' and blank lines are comments
  18. #        · Spaces/case are ignored; I t  E m =  3 4 is the same as ITEM=34
  19. #        · A line with no value (eg. "ITEM=") uses the default value.
  20. #        · Remove these comments to increase compilation speed.
  21. #        · A `tick' is 1/50th of a second.
  22.  
  23. # This is the gap between when the program starts and when the welcome
  24. # window will appear.
  25.  
  26. Startup Delay Ticks = 50
  27.  
  28. # This is the gap between when the welcome window closes and TED is ready
  29. # to accept a menu selection.  You may need to adjust this for long
  30. # programs.
  31.  
  32. Load Delay Ticks = 100
  33.  
  34. # This is a small delay to allow the operating system to keep up with
  35. # bc when it makes menu selections and so on.  You might need to increase
  36. # this for slow processors.
  37.  
  38. Action Delay Ticks = 3
  39.  
  40. # You will have to adjust the menu position settings below if your editor
  41. # screen is anything other than 640 x 200.  The co-ordinate ranges are
  42. # 0-639 for x-values and 0-399 (NTSC) or 0-511 (PAL) for y-values; these
  43. # must map to a real co-ordinate on the physical TED screen.  Hence, if
  44. # your screen is two times as high as the default (i.e. 640 x 400), then
  45. # you must halve every y-value, and so on for other changes.  If you
  46. # wish to experiment with the values try setting "Action Delay Ticks"
  47. # to 50 or more so you can see what is happening.
  48.  
  49. # Location of the "Project" menu
  50.  
  51. Project Menu X Position = 8
  52. Project Menu Y Position = 4
  53.  
  54. # Location of the "Project/Quit" item
  55.  
  56. Quit Item X Position = 8
  57. Quit Item Y Position = 300
  58.  
  59. # Location of the "Compiler" menu
  60.  
  61. Compiler Menu X Position = 310
  62. Compiler Menu Y Position = 4
  63.  
  64. # Location of the "Compile/Run" item
  65.  
  66. Compile/Run X Position = 310
  67. Compile/Run Y Position = 32
  68.  
  69. # Location of the "Create File" item
  70.  
  71. Create File X Position = 310
  72. Create File Y Position = 100
  73.  
  74. # Location of the main text editor window,
  75. # but not where the "bc" window opens.
  76. # (Used to activate main TED window.)
  77.  
  78. Activate Screen X Position = 8
  79. Activate Screen Y Position = 200
  80.  
  81. # END
  82.